home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / pes.arc / README.1ST < prev    next >
Text File  |  1991-05-29  |  4KB  |  71 lines

  1.  
  2.         ╔══════════════════════════════════════════════════════════════╗
  3.         ║ ───────────── A LITTLE VISUAL BASIC APPLICATION ──────────── ║
  4.         ╚══════════════════════════════════════════════════════════════╝
  5.  
  6.         Hi, Steve Gibson here ...
  7.  
  8.         Interest and activity has been overflowing in the Visual Basic 
  9.         section of the MSLANG forum on Compuserve ── several months 
  10.         before Visual Basic would probably be available to everyone at 
  11.         local retailers ── So I decided to upload the first little VB 
  12.         application which I wrote so that people who had not yet had the 
  13.         opportunity to play with Visual Basic might be able to see a 
  14.         somewhat modest example of what can be done by someone WITHOUT 
  15.         ANY PRIOR WINDOWS programming experiences **WHATSOEVER** during 
  16.         his first two days of experimentation... 
  17.  
  18.         This was the first app I wrote with VB, and you'll see evidence 
  19.         of my "messing around" with VB to see what and how to do the 
  20.         things I wanted to. I've since written several other apps which 
  21.         are substantially more mature in their internal organization. 
  22.  
  23.         I hope you enjoy playing with this.
  24.  
  25.         ╔══════════════════════════════════════════════════════════════╗
  26.         ║             OPERATIONAL INSTRUCTIONS AND NOTES               ║
  27.         ╚══════════════════════════════════════════════════════════════╝
  28.  
  29.         I quickly converted the operating PES program, which operates 
  30.         over our network in a multi-user fashion, into one which would 
  31.         not require a network to operate. However, the programs's two 
  32.         .DAT files *MUST* be placed in a subdirectory named: \PES 
  33.         which branches off the system's root directory of the default 
  34.         (probably C: or D:) hard disk.
  35.  
  36.         ┌──────────────────────────────────────────────────────────────┐
  37.         │ REMEMBER!!! -- YOU MUST HAVE A COPY OF THE VISUAL BASIC      │
  38.         │ RUNTIME .DLL LIBRARY FILE (VBRUN100.DLL) ON YOUR HARD DISK   │
  39.         │ IN ORDER TO USE ANY VISUAL BASIC .EXE PROGRAMS. DOWNLOAD IT  │
  40.         │ FROM THE MSLANG FORUM IN DL6, UNZIP IT, AND PLACE IT IN YOUR │
  41.         │ MAIN WINDOWS DIRECTORY (PROBABLY \WINDOWS).                  │
  42.         └──────────────────────────────────────────────────────────────┘
  43.  
  44.  
  45.         The files in this ZIP are:
  46.         ────────────────────────────────────────────────────────────────
  47.         PES.EXE    - An MS-Windows EXE file written, developed, and 
  48.                      compiled entirely within the new Visual Basic 
  49.                      environment. It may be placed wherever is 
  50.                      convenient, or it may reside with its two .DAT data 
  51.                      files in a subdirectory named:  \PES  
  52.                      It has cute little ICON that was created with the 
  53.                      ICONWRKS icon editor which is a sample app 
  54.                      (including full source code) that's provided with 
  55.                      Visual Basic. Place PES into a program manager 
  56.                      group if you want to see its icon. 
  57.         ────────────────────────────────────────────────────────────────
  58.         TS-PES.DAT - This file contains the Peer Evaluation "categories" 
  59.                      and "attitudes" that are displayed under PES. 
  60.                      (That'll make more sense to you when you run PES)
  61.         ────────────────────────────────────────────────────────────────
  62.         PES.DAT    - This overly-large (but highly compressible <grin>!) 
  63.                      file contains the user's password and current 
  64.                      settings. If you forget your password after once 
  65.                      setting it, simply unzip the original copy from the 
  66.                      downloaded ZIP file to "un-register" your password.
  67.         ────────────────────────────────────────────────────────────────
  68.         
  69.         That's about it.           5/29/91               - Steve Gibson.
  70.  
  71.